Scheduler for WPF
CollectionChanged イベント (ReentrantObservableCollection<T>)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > ReentrantObservableCollection<T> クラス : CollectionChanged イベント
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
シンタックス
'宣言
 
Public Event CollectionChanged As System.Collections.Specialized.NotifyCollectionChangedEventHandler
public event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Collections.Specialized.NotifyCollectionChangedEventArgs 型の引数を受け取りました。次の NotifyCollectionChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
 
 
 
 
 
参照